Disable an incomplete test that does not work
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Aug 2011 12:42:13 +0000 (08:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 30 Aug 2011 15:28:52 +0000 (11:28 -0400)
Testing focus changes in this way has no chance of working
until we remove all the idle handlers from gail.

tests/a11y/Makefile.am

index d3fb9abfb6d49b0a56fd38755e9611354530a832..89be4bfc03ce9e5b8c87a2ca055b65277d035366 100644 (file)
@@ -25,7 +25,10 @@ TEST_PROGS += text
 
 TEST_PROGS += children
 
-TEST_PROGS += focus
+# the focus test has no chance of working until
+# all the idle handlers in gail are gone
+#
+# TEST_PROGS += focus
 
 TEST_PROGS += util